home *** CD-ROM | disk | FTP | other *** search
/ Fritz: All Fritz / All Fritz.zip / All Fritz / FILES / GAMEECTS / UNPROT4.LZH / PRNTSHOP.TXT < prev    next >
Text File  |  1989-03-28  |  1KB  |  38 lines

  1. This one works friends....
  2.  
  3.         Print Shop has TWO different protection schemes.. the first looks
  4. for a special floppy in drive A:, the second works for the harddrive install
  5. (that a simple backup/restore will cause your install to be wiped out..)
  6.  
  7.  
  8.  
  9. >debug psinit.ovr
  10. -a 2a3                    Step 1: Floppy protection
  11. xxxx:02a3 mov ax,0000             this eliminates the look for the floppy....
  12. xxxx: ..  jmp 0315
  13. xxxx: ..(cr)
  14.  
  15. -a 222                    Step 2: Harddrive protection
  16. xxxx:0222 jmp 025f                (very simple, always go for the floppy)
  17. xxxx: ..(cr)
  18. -w
  19. -q
  20.  
  21. all done..
  22.  
  23.     Now you should be able to copy *.* from your diskette to another diskette
  24. or a hard disk subdirectory and program will run without a diskette in a: or
  25. without having to go thru the PSBACKUP program to put it on the hard disk.
  26. The program will turn on the A: drive light but does not check to see if there
  27. is even a diskette in A:
  28.  
  29.     If you have any problems or questions call:
  30.                 DOC'S OFFICE - RBBS BULLETIN BOARD
  31.                 (214)/463-6581
  32.                 2400/1200 BAUD 24 HOURS/DAY
  33.  
  34.  
  35. ------------------------------------------------------------------
  36.  
  37. See also UNPCC89.DOC for other ideas.
  38.